go/parser.parser.errors (field)

13 uses

	go/parser (current package)
		interface.go#L105: 				p.errors.Add(p.file.Position(bail.pos), bail.msg)
		interface.go#L125: 		p.errors.Sort()
		interface.go#L126: 		err = p.errors.Err()
		interface.go#L217: 				p.errors.Add(p.file.Position(bail.pos), bail.msg)
		interface.go#L220: 		p.errors.Sort()
		interface.go#L221: 		err = p.errors.Err()
		parser.go#L30: 	errors  scanner.ErrorList
		parser.go#L70: 	eh := func(pos token.Position, msg string) { p.errors.Add(pos, msg) }
		parser.go#L271: 		n := len(p.errors)
		parser.go#L272: 		if n > 0 && p.errors[n-1].Pos.Line == epos.Line {
		parser.go#L280: 	p.errors.Add(epos, msg)
		parser.go#L2859: 	if p.errors.Len() != 0 {
		parser.go#L2876: 	if p.errors.Len() != 0 {